home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
disp187a
/
runme.bat
< prev
Wrap
DOS Batch File
|
1994-12-21
|
557b
|
19 lines
@echo off
rem
rem Swap file directory
rem Please set it to where you have max disk space
rem
if not '%go32tmp%' == '' goto have_tmp
if not '%gcctmp%' == '' goto have_tmp
if not '%tmp%' == '' goto have_tmp
if not '%temp%' == '' goto have_tmp
set temp=c:\
:have_tmp
if not '%go32%' == '' goto have_go32
set go32=driver C:\DISPLAY\driver\et4000.grn
:have_go32
C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
rem
rem If you don't copy go32.exe to your search path, then
rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9